home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 1.toast / pc / sample code / contributed / waste / waste 1.3 / shared library projects / wastelib_prefix.h next >
Encoding:
Text File  |  2000-06-23  |  826 b   |  29 lines

  1. //    Universal Headers #defines
  2.  
  3. #define        OLDROUTINENAMES                    0
  4. #define        OLDROUTINELOCATIONS                0
  5. #define        CGLUESUPPORTED                    0
  6. #define        SystemSixOrLater                1
  7. #define        SystemSevenOrLater                1
  8. #define        SystemSevenFiveOrLater            0
  9.  
  10. //    WASTE #defines
  11.  
  12. #define        WASTE_SHARED_LIBRARY            GENERATINGCFM
  13.  
  14. #define        WASTE_DEBUG                        0
  15. #define        WASTE_OBJECTS                    1
  16. #define        WASTE_TSM_SUPPORT                1
  17. #define        WASTE_DRAG_AND_DROP                1
  18. #define     WASTE_NO_SYNCH                    0
  19. #define     WASTE_NO_RO_CARET                1
  20. #define     WASTE_IC_SUPPORT                1
  21. #define     WASTE_OBJECTS_ARE_GLYPHS        0
  22. #define     WASTE_RESOLVE_FONT_DESIGNATORS    1
  23. #define     WASTE_WECALTEXT_DOES_REDRAW        0
  24. #define     WASTE_TRANSLUCENT_DRAGS            ( WASTE_DRAG_AND_DROP && ( GENERATINGPOWERPC || ( ! GENERATINGCFM ) ) )
  25.  
  26. //    uncomment the following line to include precompiled headers
  27.  
  28. //#include    <MacHeaders.h>
  29.